Skip to content

Installation

Quick links

MS-Store link badge Github link badge

Windows

  • Using Microsoft Store.
  • Github Releases:
  • Head over to the 'Releases'
  • Open the 'Assets' drop-down from the desired version of kookaburra.
  • Download the KookaburraShell_x_xxx.exe file.
  • Open Kookaburra by double clicking the icon of the executable.

Linux

Use this command to download it with wget

wget  https://github.com/AZProductions/Kookaburra/releases/download/0.8.5/KookaburraShell_linux_0.8.5
Or by using curl
curl https://github.com/AZProductions/Kookaburra/releases/download/0.8.5/KookaburraShell_linux_0.8.5
Provide Kookaburra permissions by typing
chmod 777 ./KookaburraShell_linux_0.8.5
And run it by typing
./KookaburraShell_linux_0.8.5
Run Kookaburra and open a .kookaburra file with
./KookaburraShell_linux_0.8.5 /filelocation/example.kookaburra

Youtube Tutorial


Once your finished with installing continue to part 2.

Back to top